Status Checking
ErrorClass
checks if the status reflects an error of a predefined class.
ErrorMessage
generates an error message.
Fortran:
Predicate = DftiErrorClass (Status, Error_Class)
C:
predicate = DftiErrorClass (status, error_class);
Fortran:
ERROR_MESSAGE = DftiErrorMessage (Status)
C:
error_message = DftiErrorMessage (status);
* Legal Information © 1999, 2002-2004, Intel Corporation